projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
006207e
)
gtk/gtkwin32theme.c: Include gdk/gdkprivate.h
author
Chun-wei Fan
<fanchunwei@src.gnome.org>
Tue, 24 Oct 2017 08:12:58 +0000
(16:12 +0800)
committer
Chun-wei Fan
<fanchunwei@src.gnome.org>
Tue, 24 Oct 2017 16:48:01 +0000
(
00:48
+0800)
We still need to access the GdkEvent structure here directly, as using
the GdkEvent getters is likely not worth the trouble involved.
Please see Emmanuele's comment (#97) of the following bug URL.
https://bugzilla.gnome.org/show_bug.cgi?id=773299
gtk/gtkwin32theme.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwin32theme.c
b/gtk/gtkwin32theme.c
index 13faff870fd92fba690448194c0ce86baa900c97..faedfbcfd1a9400189bd19aa0b46e1ad50b1c899 100644
(file)
--- a/
gtk/gtkwin32theme.c
+++ b/
gtk/gtkwin32theme.c
@@
-25,6
+25,8
@@
#include "gtkwin32drawprivate.h"
+#include "gdk/gdk-private.h"
+
#ifdef G_OS_WIN32
#include <windows.h>